home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17430 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.0 KB

  1. Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MS Visual C++ 4.0 VS Access for Small Database Development Question
  5. Date: 15 Apr 1996 21:22:20 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4kuemc$l76@news1.h1.usa.pipeline.com>
  8. References: <DpwtM2.6ur@bcstec.ca.boeing.com>
  9. NNTP-Posting-Host: 38.8.61.12
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Apr 15, 1996 15:27:57 in article <Re: MS Visual C++ 4.0 VS Access for
  16. Small Database Development Question>, 'ipscone@halcyon.com (Mike Davis)'
  17. wrote: 
  18.  
  19.  
  20. >rmorin@inforamp.net (Randy Charles Morin) wrote: 
  21. >>ipscone@halcyon.com (Mike Davis) wrote: 
  22. >>>I have a project that will involve using a database to store 
  23. >>>information on a group of Students.  I will need to save information  
  24. >>>on their stats, family info, etc.  There will be queries, sorting and 
  25. >>>reports required. 
  26. >>>I have programmed in MS Access for this in the past but have 
  27. >>>not used MS Visual C++ for this kind of program. 
  28. >>>Which would be the best choice?  I know this is probably a 
  29. >>>difficult thing to answer with the LITTLE information provided. 
  30. >>>What are the pros and cons of each? 
  31. >>Forget the pros and cons of programming using C++ and Access.  The 
  32. >>simple matter is that you have already programmed in Access.  Well, if 
  33. >>you can do it without learning something knew, then do it that way. 
  34. >>There's an infinite amount of important things that you could learn. 
  35. >>Thus, you could learn the rest of your life.  If you can do it with 
  36. >>what you know, then forget learning and enjoy the profits of success. 
  37. >I have programmed in both.  I just havn't used the DB functions in 
  38. >Visual C++. 
  39. >What iritates me about your comment is that you are basically saying 
  40. >to stop learning.  I, for one, do not plan to stop learning.   
  41. >I SPECIFICALLY want to learn the BEST way to perform the task 
  42. >that I have undertaken. 
  43. >My questions, for others, still stands.  I am looking for the correct  
  44. >approach. 
  45. The correct approach depends on what you prefer -- given that 
  46. you have the freedom of choice :-).   
  47.  
  48. I have done a fair amount of database accessing with MSVC++, 
  49. feel quite comfortable with it, and recommend it.  Using the 
  50. wizards raises your productivity level (assuming you are  
  51. reasonably adept at coding in C++) nearly to that of Access  
  52. Basic.   
  53.  
  54. If all you're doing is data access and display, there is not 
  55. much to be gained efficiency wise from using C++.  If, however, 
  56. you do some data manipulation or heavy computations, C++ has 
  57. a lot to recommend over Access or Visual Basic. 
  58.  
  59. BTW, ODBC via CRecordset etc. is still somewhat slow.  If you 
  60. decide to go the MSVC++ route, use DAO; e.g., CDaoRecordset, 
  61. classes instead. The DAO mechanism uses the Jet engine 
  62. directly and can provide a significant speed increase over 
  63. ODBC. 
  64.  
  65. -- 
  66. Pete Grant 
  67. Kalevi, Inc. 
  68. Software Engineering & development
  69.